LifecycleEventEvent

data class LifecycleEventEvent(frameId: FrameId, loaderId: LoaderId, name: String, timestamp: MonotonicTime) : Event

Fired for top level page lifecycle events such as navigation, load, paint, etc.

Constructors

LifecycleEventEvent
Link copied to clipboard
fun LifecycleEventEvent(frameId: FrameId, loaderId: LoaderId, name: String, timestamp: MonotonicTime)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Id of the frame.
loaderId
Link copied to clipboard
val loaderId: LoaderId
Loader identifier.
name
Link copied to clipboard
val name: String
timestamp
Link copied to clipboard
val timestamp: MonotonicTime

Sources

jvm source
Link copied to clipboard